home *** CD-ROM | disk | FTP | other *** search
/ Enter 2006 October / Enter 10 2006.iso / Uzytki / Express Lotto 1.0 / ExpressLotto.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-18  |  2.7 KB  |  62 lines

  1. ;InnoSetupVersion=5.0.4
  2. [Setup]
  3. AppName=ExpressLotto
  4. AppVerName=ExpressLotto 1.0
  5. AppId=ExpressLotto
  6. AppVersion=1.0
  7. AppPublisher=Seba Sen
  8. AppPublisherURL=http://sen.republika.pl
  9. DefaultDirName={pf}\ExpressLotto
  10. DefaultGroupName=ExpressLotto
  11. OutputBaseFilename=ExpressLotto
  12. Compression=zip
  13. PrivilegesRequired=none
  14. LicenseFile=embedded\License.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\ExpressLotto.chm"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\ExpressLotto.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Licencja.txt"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\Data\Blanc03"; DestDir: "{app}\Data"; Flags: ignoreversion 
  22. Source: "{app}\Data\Draws03"; DestDir: "{app}\Data"; Flags: uninsneveruninstall ignoreversion 
  23. Source: "{app}\Data\Game03"; DestDir: "{app}\Data"; Flags: ignoreversion 
  24. Source: "{app}\Data\Site03"; DestDir: "{app}\Data"; Flags: ignoreversion 
  25. Source: "{app}\ExpressLotto.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  26. [Registry]
  27. Root: HKLM; Subkey: "Software\ExpressLotto 1.0"; Flags: uninsdeletekey 
  28. [Run]
  29. Filename: "{app}\ExpressLotto.exe"; Description: "Uruchom program"; Flags: shellexec skipifdoesntexist postinstall skipifsilent nowait
  30. [Icons]
  31. Name: "{group}\ExpressLotto"; Filename: "{app}\ExpressLotto.exe"; WorkingDir: "{app}"; IconFilename: "{app}\ExpressLotto.exe"; 
  32. Name: "{group}\Pomoc"; Filename: "{app}\ExpressLotto.chm"; WorkingDir: "{app}"; IconFilename: "{app}\ExpressLotto.chm"; 
  33. Name: "{group}\Odinstaluj ExpressLotto"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; IconFilename: "{uninstallexe}"; 
  34. Name: "{userdesktop}\ExpressLotto"; Filename: "{app}\ExpressLotto.exe"; Tasks: DesktopIcon; 
  35. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\ExpressLotto"; Filename: "{app}\ExpressLotto.exe"; Tasks: QuickLaunchIcon; 
  36. [Tasks]
  37. Name: "DesktopIcon"; Description: "Utw
  38. rz ikonk
  39.  na pulpicie"; GroupDescription: "Dodatkowe ikonki:"; 
  40. Name: "QuickLaunchIcon"; Description: "Utw
  41. rz ikonk
  42.  na pasku zada
  43. "; GroupDescription: "Dodatkowe ikonki:"; 
  44. [CustomMessages]
  45. pl.NameAndVersion=%1 wersja %2
  46. pl.AdditionalIcons=Dodatkowe skr
  47. pl.CreateDesktopIcon=Utw
  48. rz skr
  49. t na &pulpicie
  50. pl.CreateQuickLaunchIcon=Utw
  51. rz skr
  52. t &Szybkiego uruchamiania
  53. pl.ProgramOnTheWeb=%1 w Sieci
  54. pl.UninstallProgram=Odinstaluj %1
  55. pl.LaunchProgram=Uruchom %1
  56. pl.AssocFileExtension=&Skojarz %1 z rozszerzeniem nazwy pliku %2
  57. pl.AssocingFileExtension=Kojarzenie %1 z rozszerzeniem nazwy pliku %2 ...
  58. [Languages]
  59. ; These files are stubs
  60. ; To achieve better results after recompilation, use the real language files
  61. Name: "pl"; MessagesFile: "embedded\pl.isl"; 
  62.